home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / tman.lha / tman / list.tex / img16.png < prev    next >
Portable Network Graphic  |  1988-10-28  |  15KB  |  1726x173  |  8-bit (25 colors)
Labels: text | font | graphics | graphic design | black | typography
OCR: (NTHCDR '(A B) 0)⇒(A B) (NTHCDR '(A B) 1)⇒(B) Returns the nth tail of list. In general, list must have at least n tails. (NTHCDR '(A B) 2)⇒() (NTHCDR '(A B) 3) (NTHCDR '() n) has an undefined effect. has an undefined effect